home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS Toolkit
/
BBS Toolkit.iso
/
programs
/
pcbdemo3.zip
/
PCBDISK3.EXE
/
BOARD.BAT
next >
Wrap
DOS Batch File
|
1992-09-02
|
338b
|
17 lines
echo off
c:
cd\pcb
set pcb=
set dszlog=pcbdsz.log
if exist remote.bat rename remote.bat remote.sys
if exist event.bat rename event.bat event.sys
if exist door.bat del door.bat
if exist endpcb del endpcb
pcb145
if exist remote.bat remote
if exist door.bat door
if exist event.bat event
if exist endpcb goto end
board
:end